home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / pc / video / som2.dir / 00062_Script_62 < prev    next >
Text File  |  1996-05-02  |  927b  |  44 lines

  1. on exitFrame
  2.   
  3.   if rollover (3) then
  4.     set the cursor of sprite 3 to [88,89]
  5.   end if
  6.   if rollover (4) then
  7.     set the cursor of sprite 4 to [88,89]
  8.   end if
  9.   if rollover (5) then
  10.     set the cursor of sprite 5 to [88,89]
  11.   end if
  12.   if rollover (6) then
  13.     set the cursor of sprite 6 to [88,89]
  14.   end if
  15.   if rollover (7) then
  16.     set the cursor of sprite 7 to [88,89]
  17.   end if
  18.   if rollover (8) then
  19.     set the cursor of sprite 8 to [88,89]
  20.     
  21.   end if
  22.   
  23.   
  24.   
  25.   if rollover (9) then
  26.     set the cursor of sprite 9 to [88,89]
  27.   end if
  28.   
  29.   if rollover (10) then
  30.     set the cursor of sprite 10 to [88,89]
  31.   end if
  32.   if rollover (11) then
  33.     set the cursor of sprite 11 to [88,89]
  34.   end if
  35.   if rollover (12) then
  36.     set the cursor of sprite 12 to [88,89]
  37.   end if
  38.    if rollover (13) then
  39.     set the cursor of sprite 13 to [88,89]
  40.   end if
  41.   
  42.   go to the frame
  43. end
  44. end